Spread Windows Forms 7.0 Product Documentation
ShowConditionalFormatDialog(Form,FpSpread,String,CellRange[]) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalFormattingUtils Class : ShowConditionalFormatDialog(Form,FpSpread,String,CellRange[]) Method


parent
Parent object.
spread
Spread object.
strComparisonOperator
cellRanges
cellRanges object

Glossary Item Box

Shows the ConditionalFormatting dialog.

Syntax

Visual Basic (Declaration) 
Public Shared Function ShowConditionalFormatDialog( _
   ByVal parent As Form, _
   ByVal spread As FpSpread, _
   ByVal strComparisonOperator As String, _
   ByVal cellRanges() As CellRange _
) As Form
Visual Basic (Usage)Copy Code
Dim parent As Form
Dim spread As FpSpread
Dim strComparisonOperator As String
Dim cellRanges() As CellRange
Dim value As Form
 
value = ConditionalFormattingUtils.ShowConditionalFormatDialog(parent, spread, strComparisonOperator, cellRanges)
C# 
public static Form ShowConditionalFormatDialog( 
   Form parent,
   FpSpread spread,
   string strComparisonOperator,
   CellRange[] cellRanges
)

Parameters

parent
Parent object.
spread
Spread object.
strComparisonOperator
cellRanges
cellRanges object

Return Value

Returns the ConditionalFormat form

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.